runtime._defer.varp (field)
7 uses
runtime (current package)
panic.go#L323: d.varp = 0
panic.go#L703: d1.varp = frame.varp
panic.go#L755: deferBits := *(*uint8)(unsafe.Pointer(d.varp - uintptr(deferBitsOffset)))
panic.go#L764: closure := *(*func())(unsafe.Pointer(d.varp - uintptr(closureOffset)))
panic.go#L767: *(*uint8)(unsafe.Pointer(d.varp - uintptr(deferBitsOffset))) = deferBits
runtime2.go#L1019: varp uintptr // value of varp for the stack frame
stack.go#L768: adjustpointer(adjinfo, unsafe.Pointer(&d.varp))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |